Soundiness dialog for making assumptions explicit#3887
Merged
Conversation
by Qwen3.5 397B A17B
Member
|
Thanks! Like it :-) Only bikesheding: For stricter then necessary, orange seems more like a warning. Dark green or blue? |
wadoon
reviewed
Jul 5, 2026
wadoon
reviewed
Jul 5, 2026
wadoon
reviewed
Jul 5, 2026
wadoon
reviewed
Jul 5, 2026
wadoon
reviewed
Jul 5, 2026
wadoon
requested changes
Jul 5, 2026
Member
|
List of things that came to my mind while playing around a bit with the prototype:
|
WolframPfeifer
marked this pull request as ready for review
July 13, 2026 15:54
Member
I changed the color to blue now. |
wadoon
approved these changes
Jul 13, 2026
Member
|
Just fixed one more thing: The calculation of goals/steps was wrong (showed steps but labelled it as goals, and did not correctly calculate the automatic/interactive steps). Now, the implementation is fixed by using the existing proof statistics. |
WolframPfeifer
enabled auto-merge
July 13, 2026 16:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request is a new feature: A dialog to display the sound(i)ness assumptions of KeY explicitly.
Intended Change
Implements a soundiness info window (reachable via context menu on the proof list or a button in the proof statistics dialog) that analyzes KeY proofs and displays potential sources of unsoundness in a structured HTML report. The feature helps users identify taclet options, and proof characteristics, and dependencies that may affect verification soundness.
Key features:
Future tasks (move to future feature request for next KeY version):
Screenshot:

Type of pull request
Ensuring quality
Additional information and contact(s)
Files added/modified:
key.ui/src/main/java/de/uka/ilkd/key/gui/soundiness/SoundinessAnalyzer.java- Static utility class generating HTML reportskey.ui/src/main/java/de/uka/ilkd/key/gui/soundiness/SoundinessDialog.java- Simple modal dialog displaying HTMLkey.ui/src/main/java/de/uka/ilkd/key/gui/soundiness/SoundinessExtension.java- Extension point registrationkey.ui/src/main/java/de/uka/ilkd/key/gui/soundiness/ShowSoundinessAction.java- Context menu actionkey.ui/src/main/java/de/uka/ilkd/key/gui/windows/ShowProofStatistics.java- Added soundiness buttonDocumentation updated:
AGENT.soundiness.md- Design documentIMPLEMENTATION_SUMMARY.md- Implementation summaryThe contributions within this pull request are licensed under GPLv2 (only) for inclusion in KeY.
by Qwen3.5 397B A17B, authored and extended by @WolframPfeifer